Boolean: isDocLoaded Description: Determines if the page content has completed loading. Returns: True if yes, False otherwise. Example: // Is the page content fully loaded? alert($A.isDocLoaded);